Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the development group across 1 directory with 13 updates #14

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2024

Bumps the development group with 13 updates in the / directory:

Package From To
@nx/eslint 18.3.5 19.1.1
@nx/eslint-plugin 18.3.5 19.1.1
@nx/js 18.3.5 19.1.1
@nx/rollup 18.3.5 19.1.1
@nx/vite 18.3.5 19.1.1
@nx/workspace 18.3.5 19.1.1
@swc/core 1.5.7 1.5.24
@types/node 20.12.12 20.13.0
@typescript-eslint/eslint-plugin 7.9.0 7.11.0
@typescript-eslint/parser 7.9.0 7.11.0
eslint 8.57.0 9.4.0
nx 18.3.5 19.1.1
vite 5.2.11 5.2.12

Updates @nx/eslint from 18.3.5 to 19.1.1

Release notes

Sourced from @​nx/eslint's releases.

19.1.1 (2024-05-29)

🚀 Features

  • core: clean up show project --json false (#23486)
  • graph: add target group for scripts (#26035)
  • nx-dev: Add canary index (#25982)
  • nx-dev: improve the enteprise page (8881da766)
  • webpack: Support incremental builds via buildLibsFromSource (#25060)

🩹 Fixes

  • bundling: rollup watch mode yields result from async iterable (#26160)
  • bundling: use watch mode for rollup plugin (#26139)
  • core: include dependencies when hashing nx executors (#26024)
  • core: do not re-read from nx.json for dependsOn (#26033)
  • core: add missing bun PM support (#26084)
  • core: prevent max buffer issues with bunlock files (#25985)
  • core: keep version for third party preset (#23284)
  • core: limit the amount of choices shown so that the prompt fits … (#26132)
  • core: fix preset empty (#26142)
  • graph: show script in header (#26034)
  • js: show lifecycle script contents in publish executor, scrub version in dry-run (#23850)
  • js: fix swc version warning (#24034)
  • nx-dev: Remove ToC from CI releases page (#26040)
  • nx-dev: case study link should open in new tab (becafca1a)
  • react: full support custom secure host for module federation (#25288)
  • release: improve error handling for npm publish (#26159)

❤️ Thank You

19.1.0 (2024-05-24)

🚀 Features

  • angular: support angular 18.0.0 (#22509)
  • bundling: added support for declarations (*.d.ts) (#21084)
  • core: add an option to seperate the output of show with provide… (#23172)

... (truncated)

Commits
  • 9d6e5ad fix(linter): move eslint to peerDependencies and allow eslint 9 (#26013)
  • 61e4ab2 fix(core): use zkochan/js-yaml directly to avoid false audit errors (#25999)
  • f728058 fix(linter): only depend on eslint v8 (#25938)
  • 7705757 fix(misc): adjust npm keywords (#24743)
  • dc5f91b fix(linter): only set flat config env for eslint v9+ (#25189)
  • 8cfc0a0 fix(linter): support eslint v9 (#24632)
  • f1ae1bc fix(core): remove duplicate js-yaml packages
  • cfadd7d Revert "fix(core): addPlugin should not conflict on project.json targ… (#23391)
  • 461b901 fix(linter): fix migrating projects with the eslint plugin (#23147)
  • 85c8916 fix(core): addPlugin should not conflict on project.json targets (#23264)
  • Additional commits viewable in compare view

Updates @nx/eslint-plugin from 18.3.5 to 19.1.1

Release notes

Sourced from @​nx/eslint-plugin's releases.

19.1.1 (2024-05-29)

🚀 Features

  • core: clean up show project --json false (#23486)
  • graph: add target group for scripts (#26035)
  • nx-dev: Add canary index (#25982)
  • nx-dev: improve the enteprise page (8881da766)
  • webpack: Support incremental builds via buildLibsFromSource (#25060)

🩹 Fixes

  • bundling: rollup watch mode yields result from async iterable (#26160)
  • bundling: use watch mode for rollup plugin (#26139)
  • core: include dependencies when hashing nx executors (#26024)
  • core: do not re-read from nx.json for dependsOn (#26033)
  • core: add missing bun PM support (#26084)
  • core: prevent max buffer issues with bunlock files (#25985)
  • core: keep version for third party preset (#23284)
  • core: limit the amount of choices shown so that the prompt fits … (#26132)
  • core: fix preset empty (#26142)
  • graph: show script in header (#26034)
  • js: show lifecycle script contents in publish executor, scrub version in dry-run (#23850)
  • js: fix swc version warning (#24034)
  • nx-dev: Remove ToC from CI releases page (#26040)
  • nx-dev: case study link should open in new tab (becafca1a)
  • react: full support custom secure host for module federation (#25288)
  • release: improve error handling for npm publish (#26159)

❤️ Thank You

19.1.0 (2024-05-24)

🚀 Features

  • angular: support angular 18.0.0 (#22509)
  • bundling: added support for declarations (*.d.ts) (#21084)
  • core: add an option to seperate the output of show with provide… (#23172)

... (truncated)

Commits
  • be6453c fix(linter): migrate no-extra-semi rules into user config, out of nx extendab...
  • 7705757 fix(misc): adjust npm keywords (#24743)
  • 8cfc0a0 fix(linter): support eslint v9 (#24632)
  • cfadd7d Revert "fix(core): addPlugin should not conflict on project.json targ… (#23391)
  • 85c8916 fix(core): addPlugin should not conflict on project.json targets (#23264)
  • 1ef6f27 fix(linter): log transpilation errors of workspace rules (#21503)
  • 8f705e3 fix(misc): adjust deprecation messages to v20 (#23223)
  • 2e621f3 feat(misc): v19 cleanup for Nx plugins (#23104)
  • bc43243 chore(repo): add eslint and jest plugins to use inferred targets (#22946)
  • See full diff in compare view

Updates @nx/js from 18.3.5 to 19.1.1

Release notes

Sourced from @​nx/js's releases.

19.1.1 (2024-05-29)

🚀 Features

  • core: clean up show project --json false (#23486)
  • graph: add target group for scripts (#26035)
  • nx-dev: Add canary index (#25982)
  • nx-dev: improve the enteprise page (8881da766)
  • webpack: Support incremental builds via buildLibsFromSource (#25060)

🩹 Fixes

  • bundling: rollup watch mode yields result from async iterable (#26160)
  • bundling: use watch mode for rollup plugin (#26139)
  • core: include dependencies when hashing nx executors (#26024)
  • core: do not re-read from nx.json for dependsOn (#26033)
  • core: add missing bun PM support (#26084)
  • core: prevent max buffer issues with bunlock files (#25985)
  • core: keep version for third party preset (#23284)
  • core: limit the amount of choices shown so that the prompt fits … (#26132)
  • core: fix preset empty (#26142)
  • graph: show script in header (#26034)
  • js: show lifecycle script contents in publish executor, scrub version in dry-run (#23850)
  • js: fix swc version warning (#24034)
  • nx-dev: Remove ToC from CI releases page (#26040)
  • nx-dev: case study link should open in new tab (becafca1a)
  • react: full support custom secure host for module federation (#25288)
  • release: improve error handling for npm publish (#26159)

❤️ Thank You

19.1.0 (2024-05-24)

🚀 Features

  • angular: support angular 18.0.0 (#22509)
  • bundling: added support for declarations (*.d.ts) (#21084)
  • core: add an option to seperate the output of show with provide… (#23172)

... (truncated)

Commits
  • 76892eb fix(release): improve error handling for npm publish (#26159)
  • c5cc056 docs(misc): update /packages/ links to /nx-api/ (#26128)
  • d109903 fix(js): fix swc version warning (#24034)
  • 353e304 feat(webpack): Support incremental builds via buildLibsFromSource (#25060)
  • bd7c681 fix(js): show lifecycle script contents in publish executor, scrub version in...
  • a4a185f fix(misc): various inference plugins caching should track changes (#23315)
  • a1ba0ad fix(js): handle tsconfig file with no compilerOptions (#25966)
  • 253de9b feat(release): updateDependents generator option for versioning, support circ...
  • 261b0ff fix(release): npm publish error when file path contains spaces (#24750)
  • 7705757 fix(misc): adjust npm keywords (#24743)
  • Additional commits viewable in compare view

Updates @nx/rollup from 18.3.5 to 19.1.1

Release notes

Sourced from @​nx/rollup's releases.

19.1.1 (2024-05-29)

🚀 Features

  • core: clean up show project --json false (#23486)
  • graph: add target group for scripts (#26035)
  • nx-dev: Add canary index (#25982)
  • nx-dev: improve the enteprise page (8881da766)
  • webpack: Support incremental builds via buildLibsFromSource (#25060)

🩹 Fixes

  • bundling: rollup watch mode yields result from async iterable (#26160)
  • bundling: use watch mode for rollup plugin (#26139)
  • core: include dependencies when hashing nx executors (#26024)
  • core: do not re-read from nx.json for dependsOn (#26033)
  • core: add missing bun PM support (#26084)
  • core: prevent max buffer issues with bunlock files (#25985)
  • core: keep version for third party preset (#23284)
  • core: limit the amount of choices shown so that the prompt fits … (#26132)
  • core: fix preset empty (#26142)
  • graph: show script in header (#26034)
  • js: show lifecycle script contents in publish executor, scrub version in dry-run (#23850)
  • js: fix swc version warning (#24034)
  • nx-dev: Remove ToC from CI releases page (#26040)
  • nx-dev: case study link should open in new tab (becafca1a)
  • react: full support custom secure host for module federation (#25288)
  • release: improve error handling for npm publish (#26159)

❤️ Thank You

19.1.0 (2024-05-24)

🚀 Features

  • angular: support angular 18.0.0 (#22509)
  • bundling: added support for declarations (*.d.ts) (#21084)
  • core: add an option to seperate the output of show with provide… (#23172)

... (truncated)

Commits
  • 002999d fix(bundling): use watch mode for rollup plugin (#26139)
  • eda994f fix(bundling): rollup watch mode yields result from async iterable (#26160)
  • c5cc056 docs(misc): update /packages/ links to /nx-api/ (#26128)
  • a4a185f fix(misc): various inference plugins caching should track changes (#23315)
  • cfadd7d Revert "fix(core): addPlugin should not conflict on project.json targ… (#23391)
  • 85c8916 fix(core): addPlugin should not conflict on project.json targets (#23264)
  • ea5c910 fix(bundling): rollup does not log build errors (#23141)
  • a64a7e2 feat(core): cleanup for v19 (#22993)
  • bc43243 chore(repo): add eslint and jest plugins to use inferred targets (#22946)
  • 5e08b15 feat(bundling): upgrade rollup to v4 (#22656)
  • See full diff in compare view

Updates @nx/vite from 18.3.5 to 19.1.1

Release notes

Sourced from @​nx/vite's releases.

19.1.1 (2024-05-29)

🚀 Features

  • core: clean up show project --json false (#23486)
  • graph: add target group for scripts (#26035)
  • nx-dev: Add canary index (#25982)
  • nx-dev: improve the enteprise page (8881da766)
  • webpack: Support incremental builds via buildLibsFromSource (#25060)

🩹 Fixes

  • bundling: rollup watch mode yields result from async iterable (#26160)
  • bundling: use watch mode for rollup plugin (#26139)
  • core: include dependencies when hashing nx executors (#26024)
  • core: do not re-read from nx.json for dependsOn (#26033)
  • core: add missing bun PM support (#26084)
  • core: prevent max buffer issues with bunlock files (#25985)
  • core: keep version for third party preset (#23284)
  • core: limit the amount of choices shown so that the prompt fits … (#26132)
  • core: fix preset empty (#26142)
  • graph: show script in header (#26034)
  • js: show lifecycle script contents in publish executor, scrub version in dry-run (#23850)
  • js: fix swc version warning (#24034)
  • nx-dev: Remove ToC from CI releases page (#26040)
  • nx-dev: case study link should open in new tab (becafca1a)
  • react: full support custom secure host for module federation (#25288)
  • release: improve error handling for npm publish (#26159)

❤️ Thank You

19.1.0 (2024-05-24)

🚀 Features

  • angular: support angular 18.0.0 (#22509)
  • bundling: added support for declarations (*.d.ts) (#21084)
  • core: add an option to seperate the output of show with provide… (#23172)

... (truncated)

Commits
  • c5cc056 docs(misc): update /packages/ links to /nx-api/ (#26128)
  • a4a185f fix(misc): various inference plugins caching should track changes (#23315)
  • 445916f feat(testing): remove --watch=false from inferred vitest targets to keep thin...
  • 7705757 fix(misc): adjust npm keywords (#24743)
  • 64c6287 feat(vite): support incremental builds with nxViteTsPaths (#23908)
  • 5813bb3 chore(repo): ensure changes to vite plugin are handled correctly (#23578)
  • 9451046 fix(vite): add prop to config to ensure output dir is emptied #23382 (#23466)
  • cfadd7d Revert "fix(core): addPlugin should not conflict on project.json targ… (#23391)
  • 88297dd fix(vite): migration should handle config object correctly #20921 (#23364)
  • 5fea49a fix(vite): generate vitest cache dir scoped to each project root and normaliz...
  • Additional commits viewable in compare view

Updates @nx/workspace from 18.3.5 to 19.1.1

Release notes

Sourced from @​nx/workspace's releases.

19.1.1 (2024-05-29)

🚀 Features

  • core: clean up show project --json false (#23486)
  • graph: add target group for scripts (#26035)
  • nx-dev: Add canary index (#25982)
  • nx-dev: improve the enteprise page (8881da766)
  • webpack: Support incremental builds via buildLibsFromSource (#25060)

🩹 Fixes

  • bundling: rollup watch mode yields result from async iterable (#26160)
  • bundling: use watch mode for rollup plugin (#26139)
  • core: include dependencies when hashing nx executors (#26024)
  • core: do not re-read from nx.json for dependsOn (#26033)
  • core: add missing bun PM support (#26084)
  • core: prevent max buffer issues with bunlock files (#25985)
  • core: keep version for third party preset (#23284)
  • core: limit the amount of choices shown so that the prompt fits … (#26132)
  • core: fix preset empty (#26142)
  • graph: show script in header (#26034)
  • js: show lifecycle script contents in publish executor, scrub version in dry-run (#23850)
  • js: fix swc version warning (#24034)
  • nx-dev: Remove ToC from CI releases page (#26040)
  • nx-dev: case study link should open in new tab (becafca1a)
  • react: full support custom secure host for module federation (#25288)
  • release: improve error handling for npm publish (#26159)

❤️ Thank You

19.1.0 (2024-05-24)

🚀 Features

  • angular: support angular 18.0.0 (#22509)
  • bundling: added support for declarations (*.d.ts) (#21084)
  • core: add an option to seperate the output of show with provide… (#23172)

... (truncated)

Commits
  • 37f02f7 feat(angular): support angular 18.0.0 (#22509)
  • 80702b5 feat(core): add bun package manager (#22602)
  • b90f04a chore(vite): update snapshots in other packages for emptyOutDir (#23502)
  • 04b2067 fix(core): azure ci workflow (#23453)
  • cfadd7d Revert "fix(core): addPlugin should not conflict on project.json targ… (#23391)
  • a25c2f6 chore(misc): fix failing remove unit tests (#23373)
  • d879279 fix(nextjs): Moving a library using @​nx/workspace:move should update … (#23311)
  • 5fea49a fix(vite): generate vitest cache dir scoped to each project root and normaliz...
  • 85c8916 fix(core): addPlugin should not conflict on project.json targets (#23264)
  • 8cda56e fix(nx-cloud): ensure generated ci workflows use dlx for nx-cloud (#23333)
  • Additional commits viewable in compare view

Updates @swc/core from 1.5.7 to 1.5.24

Changelog

Sourced from @​swc/core's changelog.

Changelog

[unreleased]

Bug Fixes

  • (es/es2015) Fix injection location of this for getter/setter properties (#8993) (09121a6)

  • (es/minifier) Preserve unused special properties (#9005) (e764ff6)

Features

  • (es/minifier) Detect TypeScript enum initialization pattern (#8986) (cc8c155)

  • (x) Initialize project (#8999) (da70ebe)

[1.5.23] - 2024-05-30

Bug Fixes

[1.5.9] - 2024-05-28

Bug Fixes

  • (es/codegen) Accept &impl Node instead of impl Node (#8969) (a456799)

  • (es/es2015) Fix typeof comparions with "object" (#8976) (51e0639)

  • (es/minifier) Add type check to & and | (#8965) (545ec51)

  • (es/minifier) Fix comparison of -0.0 and 0 (#8973) (2a43df4)

... (truncated)

Commits
  • a108469 chore: Publish 1.5.24 with swc_core v0.92.7
  • a7772a6 chore: Remove src/ prefix
  • 14dbe6a chore: Update changelog
  • 715e87c chore: Publish 1.5.23 with swc_core v0.92.7
  • e07be90 chore: Bump crates
  • 125ddd2 fix(bindings/node): Fix regression of JS APIs (#8998)
  • 1267e3e chore: Bump crates
  • a81a01f fix(es/jest): Handle @jest/globals (#8994)
  • f02be9f chore: Update changelog
  • 797b90b chore: Publish 1.5.22 with swc_core v0.92.6
  • Additional commits viewable in compare view

Updates @types/node from 20.12.12 to 20.13.0

Commits

Updates @typescript-eslint/eslint-plugin from 7.9.0 to 7.11.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v7.11.0

7.11.0 (2024-05-27)

🚀 Features

  • eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment (#9081)

🩹 Fixes

  • ast-spec: add EmptyStatement to Statement (#8892)
  • eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions (#8826)
  • typescript-estree: truncate number of files printed by the maximum file error (#9127)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v7.10.0

7.10.0 (2024-05-20)

🚀 Features

  • eslint-plugin: [sort-type-constituents] support case sensitive sorting (#8760)

🩹 Fixes

  • eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag (#8764)
  • typescript-estree: don't add in-project files to defaultProjectMatchedFiles (#9097)
  • utils: remove function form type from flat config files and ignores (#9111)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

7.11.0 (2024-05-27)

🚀 Features

  • eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment

🩹 Fixes

  • eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions

❤️ Thank You

  • Abraham Guo
  • auvred
  • Dom Armstrong
  • Kirk Waiblinger

You can read about our versioning strategy and releases on our website.

7.10.0 (2024-05-20)

🚀 Features

  • eslint-plugin: [sort-type-constituents] support case sensitive sorting

🩹 Fixes

  • eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag

❤️ Thank You

  • auvred
  • Emanuel Hoogeveen
  • jsfm01
  • Kirk Waiblinger

You can read about our versioning strategy and releases on our website.

Commits
  • e360541 chore(release): publish 7.11.0
  • b230385 feat(eslint-plugin): deprecate prefer-ts-expect-error in favor of ban-ts-comm...
  • 3461f45 test(eslint-plugin): [consistent-type-assertions] add missing output: null ...
  • 342b873 fix(eslint-plugin): [consistent-type-assertions] prevent syntax errors on arr...
  • b5ce43b chore(eslint-plugin): replaced map/reduce with flatMap in normalizedOptions i...
  • c18226e chore(release): publish 7.10.0
  • 8d92ba8 docs: [no-floating-promises] fix capitalization typo (#9118)
  • d951d83 fix(eslint-plugin): [prefer-regexp-exec] fix heuristic to check whether regex...
  • 987a96e feat(eslint-plugin): [sort-type-constituents] support case sensitive sorting ...
  • See full diff in compare view

Updates @typescript-eslint/parser from 7.9.0 to 7.11.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v7.11.0

7.11.0 (2024-05-27)

🚀 Features

  • eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment (#9081)

🩹 Fixes

  • ast-spec: add EmptyStatement to Statement (#8892)
  • eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions (#8826)
  • typescript-estree: truncate number of files printed by the maximum file error (#9127)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v7.10.0

7.10.0 (2024-05-20)

🚀 Features

  • eslint-plugin: [sort-type-constituents] support case sensitive sorting (#8760)

🩹 Fixes

  • eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag (#8764)
  • typescript-estree: don't add in-project files to defaultProjectMatchedFiles (#9097)
  • utils: remove function form type from flat config files and ignores (#9111)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

7.11.0 (2024-05-27)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

7.10.0 (2024-05-20)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates eslint from 8.57.0 to 9.4.0

Release notes

Sourced from eslint's releases.

v9.4.0

Features

  • 89a4a0a feat: ignore IIFE's in the no-loop-func rule (#17528) (Nitin Kumar)

Bug Fixes

  • f6534d1 fix: skip processor code blocks that match only universal patterns (#18507) (Milos Djermanovic)
  • 7226ebd fix: allow implicit undefined return in no-constructor-return (#18515) (Ali Rezvani)
  • 389744b fix: use @eslint/config-inspector@latest (#18483) (唯然)
  • 70118a5 fix: func-style false positive with arrow functions and super (#18473) (Milos Djermanovic)

Documentation

  • d7ab6f5 docs: update theme when when prefers-color-scheme changes (#18510) (Nitin Kumar)
  • 525fdff docs: fix components files (#18519) (Tanuj Kanti)
  • 80747d2 docs: refactor prefer-destructuring rule (#18472) (Tanuj Kanti)

…dates

Bumps the development group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@nx/eslint](https://github.com/nrwl/nx/tree/HEAD/packages/eslint) | `18.3.5` | `19.1.1` |
| [@nx/eslint-plugin](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin) | `18.3.5` | `19.1.1` |
| [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `18.3.5` | `19.1.1` |
| [@nx/rollup](https://github.com/nrwl/nx/tree/HEAD/packages/rollup) | `18.3.5` | `19.1.1` |
| [@nx/vite](https://github.com/nrwl/nx/tree/HEAD/packages/vite) | `18.3.5` | `19.1.1` |
| [@nx/workspace](https://github.com/nrwl/nx/tree/HEAD/packages/workspace) | `18.3.5` | `19.1.1` |
| [@swc/core](https://github.com/swc-project/swc) | `1.5.7` | `1.5.24` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.12.12` | `20.13.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.9.0` | `7.11.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.9.0` | `7.11.0` |
| [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.4.0` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `18.3.5` | `19.1.1` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.2.11` | `5.2.12` |



Updates `@nx/eslint` from 18.3.5 to 19.1.1
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.1.1/packages/eslint)

Updates `@nx/eslint-plugin` from 18.3.5 to 19.1.1
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.1.1/packages/eslint-plugin)

Updates `@nx/js` from 18.3.5 to 19.1.1
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.1.1/packages/js)

Updates `@nx/rollup` from 18.3.5 to 19.1.1
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.1.1/packages/rollup)

Updates `@nx/vite` from 18.3.5 to 19.1.1
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.1.1/packages/vite)

Updates `@nx/workspace` from 18.3.5 to 19.1.1
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.1.1/packages/workspace)

Updates `@swc/core` from 1.5.7 to 1.5.24
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.5.7...v1.5.24)

Updates `@types/node` from 20.12.12 to 20.13.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 7.9.0 to 7.11.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.11.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.9.0 to 7.11.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.11.0/packages/parser)

Updates `eslint` from 8.57.0 to 9.4.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.57.0...v9.4.0)

Updates `nx` from 18.3.5 to 19.1.1
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.1.1/packages/nx)

Updates `vite` from 5.2.11 to 5.2.12
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.2.12/packages/vite)

---
updated-dependencies:
- dependency-name: "@nx/eslint"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: "@nx/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: "@nx/js"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: "@nx/rollup"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: "@nx/vite"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: "@nx/workspace"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: nx
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 1, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jul 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development-808fd48346 branch July 1, 2024 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants